library(readxl)
Caso_Aguacate_xls<-read_excel("avocado.csv..xlsx")🥑GRAFICA PERSONALIZADA
GRAFICA MEJORADA DE PRECIOS PROMEDIOS DE AGUACATE CON LAS BOLSAS TOTALES
# ASIGNANDO LA REGION
Note
library(ggplot2)
p <- ggplot(Caso_Aguacate_xls, aes(x=`AveragePrice (PRECIO PROMEDIO)`,
y=`Total Bags (BOLSAS TOTALES)`,
colorspaces,
size = `region (REGION)`))+geom_point()+ geom_smooth()
p